projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b2c42c
)
*** empty log message ***
author
Jason Rumney
<jasonr@gnu.org>
Mon, 18 Nov 2002 23:07:39 +0000
(23:07 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Mon, 18 Nov 2002 23:07:39 +0000
(23:07 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index c5eb70c4cb43b1431e8658a009cde662ae934aa6..aa0e9e66cd7cd647dd642793c00ea75d59351af8 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-2,6
+2,10
@@
* w32fns.c (x_build_heuristic_mask): Filter palette info from color.
(XPutPixel): Swap blue and red.
+ (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
+ (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
+ (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
+ (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
2002-11-18 Dave Love <fx@gnu.org>